Welcome![Sign In][Sign Up]
Location:
Search - lexical analyzer

Search list

[ELanguageLexical-parser-source-code

Description: 用VC++实现的编译原理词法分析器源码,是实现编译中非常重要的一个部分-Implemented with VC++ compiler theory lexical analyzer source code for a compiler to achieve a very important part of
Platform: | Size: 226304 | Author: huxuke | Hits:

[ELanguageCompiler-theory-of-lexical-analysis

Description: 编译原理词法分析程序,主要是词法分析,还有语法分析的内容待会上传-Lexical analyzer compiler theory
Platform: | Size: 5120 | Author: wu410541767 | Hits:

[Windows Developlexical

Description: 用C++写的此法分析器环境为DEVC++,该词法分析器输入一个文件对其输出三个文件有标识符,关键字,整形常量-Written using C++ parser environment for this method DEVC++, the lexical analyzer input a file with an identifier of its output three files, keywords, shaping constant
Platform: | Size: 5120 | Author: zhangzhe | Hits:

[JSP/JavaLexical-analysis

Description: 词法分析是指将我们编写的文本代码流解析为一个一个的记号,分析得到的记号以供后续语法分析使用。词法分析器的工作是低级别的分析:将字符或者字符序列转化成记号.。-Lexical analysis stream parsing the text code that we write as a token analysis of the resulting mark for subsequent parsing use. Lexical analyzer' s job is low-level analysis: the character or sequence of characters into tokens.
Platform: | Size: 100352 | Author: 锡睿 | Hits:

[CSharpCSharpcifa

Description: 很不错的词法分析实验报告 编译程序的第一阶段是词法分析,为了能把输入的字符串进行扫描和分解,识别出各种类型的单词符号,我用C++语言设计了一个简单词法分析器,分析C++语言单词的子集(包括常用关键字、标识符、常数、算符、界符等)。-Very good compiler lexical analysis lab report is the first stage of lexical analysis, in order to be able to scan the input string and decomposition, to identify various types of word symbols, I use C++ language, a simple lexical analyzer, Analysis of C++ language subset of words (including common keywords, identifiers, constants, operators, community character, etc.).
Platform: | Size: 599040 | Author: flylee | Hits:

[ELanguageC-Prepared-Lexical-Analyzer

Description: 词法分析器。建立分析器模型框架,根据分析器的状态转换图算法以及算法构造-Establish analyzer model framework, according to the analysis of the state transition figure algorithms structure
Platform: | Size: 3072 | Author: yzz | Hits:

[ELanguageNBuilder-Lexical

Description: 用MFC实现的C语言词法分析器,是学习编译原理的不错的参考资料,本程序用VS2010编写,此词法分析程序可分析出C语言中: 标识符(以字母或下划线开头,后面可以是数字字母或下划线) 字符串常量 字符常量 整数常量 普通实型 有+/-科学记数 无+/-科学记数 注释说明,还不能处理预处理命令33种运算符说明:,() [] .在界符中有,这里出 , ? : sizeof 也没给出11种分界符32种关键字程序使用转换表设计,运行速度快,本人还对每个能识别的符号进行了编号。本程序用VS2010 MFC 设计的,欢迎大家下载分享-A C language lexical analyzer, is a good learning compiler theory of reference, write the program with VS2010, the lexical analysis process can be analyzed in C: Identifier (a letter or underscore, followed can be alphanumeric or an underscore) String constants Character constants Integer constant General Real With+ /- scientific notation No+ /- scientific notation Notes, can not handle pre-order 33 kinds of operators Description:, () [] operator in the world, where a,?: Sizeof did not give 11 kinds of procedure delimiter 32 kinds of keyword use the conversion table design , run fast, I also can identify the symbols for each numbered. This program designed with the VS2010 MFC, welcome to download share. . . .
Platform: | Size: 21183488 | Author: 杨兵 | Hits:

[ELanguagejava-Lexical-analyzer

Description: 简单的词法分析,对界符,算符,关键字等进行判断分析-Simple lexical analysis, operator of world, operator, the key words of judgment analysis
Platform: | Size: 2048 | Author: 王鑫 | Hits:

[ELanguageLexical-analysis

Description: 使用某种高级语言和LEX实现一个C语言子集的词法分析器,即从输入的源程序中,识别出各个具有独立意义的单词,滤掉空格和注释。依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。其中空白符、制表符和换行符均视为空格,用来分隔单词,注释包括两种形式:/*…*/和//。-Use some kind of high-level language and the LEX lexical analyzer to achieve a C language subset from the input source to identify each word has an independent significance, filter out the whitespace and comments. Followed by the output of the internal encoding of each word and word symbols value. (Displayed when an error is encountered "Error", then skip the error part of the display). Where whitespace, tabs and line breaks are treated as spaces, used to separate words, annotation, including two forms :/* ...*/and//.
Platform: | Size: 2048 | Author: 吴越 | Hits:

[Other resourcelexical-analyzer-CPP

Description: 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。编译原理专用词法分析程序-Through the design of the preparation of debugging a lexical analysis of specific procedures, better understanding of the principles of the understanding of lexical analysis.
Platform: | Size: 179200 | Author: lijiao | Hits:

[ELanguageLexical-analyzer

Description: 可以打开C和C++代码,将代码内容扫描到分析其中,进行词法分析-Can open C and C++ code, scan the contents of the code to analyze the lexical analysis
Platform: | Size: 654336 | Author: 鹿麒祥 | Hits:

[Other(HIT)Lexical-analysis

Description: 词法分析 词法分析器(Scanner)的功能 正规表达式 状态转换图 词法分析器的设计与实现 有穷自动机FA -Design and Implementation of regular expressions state transition diagram of lexical analyzer lexical analysis lexical analyzer (Scanner) function finite automaton FA
Platform: | Size: 360448 | Author: fluck | Hits:

[ELanguageMorphology-analyzer

Description: 一个简单的词法分析器,里面对预处理命令进行了一些简单的处理,注释部分也进行了处理-A simple lexical analyzer, which command the pretreatment processing some simple processing, the comments section
Platform: | Size: 2048 | Author: 黎明 | Hits:

[ELanguageC-syntactic-analyzer-

Description: 利用C语言写的一个词法分析器,文件输入输出,且生成关键字表、运算符表、分界符表-A lexical analyzer written in C language, file input and output, and generate keyword table, the operator table delimiter Table
Platform: | Size: 186368 | Author: 王振峰 | Hits:

[ELanguageLexical-analysis

Description: 编译程序之词法分析器,适合于大学编译课程实验所用-Compiler lexical analyzer is suitable for University compiler course experiments
Platform: | Size: 1024 | Author: shan | Hits:

[ELanguagelexical-analysis

Description: C语言词法分析器,实现了对单个C语言文件分词的功能,输出结果以图形界面显示。-C language lexical analyzer, the word of a single C-language file, the output is displayed in a graphical interface.
Platform: | Size: 10783744 | Author: | Hits:

[ELanguageLexical-Analysis

Description: 实现了一个简单语言的词法分析器,内含实验报告-A simple language lexical analyzer with an experiment report
Platform: | Size: 69632 | Author: 李飞鹏 | Hits:

[assembly languageLexical-analysis

Description: 汇编语言词法分析器的设计,采用c语言编写,可以实现从文件中读入字符后进行分类。-Design, assembly language lexical analyzer c language, can read characters from a file classification.
Platform: | Size: 2048 | Author: 杨毅 | Hits:

[ELanguagelexical-analyzer

Description: 简单的词法分析器 生成token串和符号表 内附测试文档-Simple lexical generated by the parser the token strings and symbols table enclosing the test document
Platform: | Size: 21504 | Author: 宋尚真 | Hits:

[ELanguagelexical-analysis

Description: 编译原理中的词法分析器,C语言编写。报告带源码。-Compiler theory lexical analyzer, C language. The report with the source code.
Platform: | Size: 232448 | Author: 跳跳 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net